home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Biomorph 0.77 / Biomorph src / default.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-28  |  97 b   |  6 lines  |  [TEXT/ALFA]

  1. #ifndef DEFAULT_H
  2. #define DEFAULT_H
  3.  
  4. void Default(ImagPt *Zold, ImagPt *C, ImagPt *Znew);
  5.  
  6. #endif